home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / AskPanel.nib / data.classes next >
Text File  |  1994-03-08  |  252b  |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. AskPanel = {
  7.     ACTIONS = {
  8.     buttonPressed:;
  9.     showSelf:;
  10.     };
  11.     OUTLETS = {
  12.     iconButton;
  13.     titleField;
  14.     answer;
  15.     second;
  16.     panel;
  17.     first;
  18.     msg;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.